go/types.Checker.collectTypeParams (method)

4 uses

	go/types (current package)
		decl.go#L565: 				check.collectTypeParams(&alias.tparams, tdecl.TypeParams)
		decl.go#L620: 		check.collectTypeParams(&named.tparams, tdecl.TypeParams)
		decl.go#L635: func (check *Checker) collectTypeParams(dst **TypeParamList, list *ast.FieldList) {
		signature.go#L185: 		check.collectTypeParams(&sig.tparams, ftyp.TypeParams)